| 1. | The next statement in the loop body is a second 循环体中的下一个语句是第二个 |
| 2. | Does not change in the loop body 在循环体中不更改: |
| 3. | Warning c6296 : ill - defined for - loop : loop body only executed once 警告c6296 : for循环定义错误:循环体仅执行一次 |
| 4. | Loop body not executed 循环体未执行 |
| 5. | This new syntax is much more compact and , as an added bonus , collapses the loop body into nothing 这个新语法要紧凑得多,并且它使循环正文减少到没有了。 |
| 6. | How many iterations to unroll depends on how much code is inside the loop body , and there is " more " code inside the loop body of 展开多少次迭代取决于循环体中有多少代码,而 |
| 7. | The rest of the instructions in the loop body can then examine and or operate on the specific item in the collection located at the current 循环体中的其他指令可以检查和/或操作集合中当前 |
| 8. | While myvar 7 , since the loop body by design cannot change any variable values well , globals could be modified in while block 然而,在这个示例(或者许多更健壮的示例)中,使用默认的参数就能简单的够用了。 |
| 9. | This means the program statements executed in the loop body must change the value of the expression - or else the loop will never end 这意味着循环体中执行的程序语句必须要改变表达式的值,否则循环将无法结束。如清单8所示。 |
| 10. | Loop , for example , tab and shift - tab will move you back and forth between the different parts of the loop - the iterator , the test expression , the increment expression , and the loop body 循环的模板,那么使用tab和shift - tab键就可以在循环的不同部分(循环变量、测试表达式、增量表达式和循环体)之间来回移动。 |